home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / GWMALLOC.ZIP;1 / README.1ST < prev   
Encoding:
Internet Message Format  |  1993-04-08  |  1.0 KB

  1. From: gray@antaire.com (Gray Watson)
  2. Newsgroups: comp.sources.unix
  3. Date: 6 Apr 93 09:59:40 GMT
  4.  
  5. Submitted-By: gray@antaire.com (Gray Watson)
  6. Posting-Number: Volume 26, Issue 98
  7. Archive-Name: malloc-1.2.0
  8.  
  9. Malloc Debug Library
  10. ********************
  11.  
  12.    This file documents the general-usage and the inner-workings of the
  13. memory allocation or "malloc" library it accompanies.
  14.  
  15.    This malloc library has been designed as a drop in replacement for
  16. the system's malloc, realloc, calloc, free and other memory management
  17. routines.  For more information about their capabilities, do a `man 3
  18. malloc' to read the system's manual pages.
  19.  
  20.    What is unique about this library is that it contains a number of
  21. powerful debugging facilities including very comprehensive heap testing
  22. and excellent run-time debugging information.  We have found these
  23. capabilities to be superb development tools.
  24.  
  25.    I can be reached at `<gray.watson@antaire.com>' with any questions
  26. or general comments.
  27.  
  28.    Gray Watson, Antaire Corporation.
  29.  
  30.